Notification.Exception property¶
Defined in
Type: NotificationSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public abstract Exception? Exception { get; }
Summary:
Returns the exception of an OnError notification or returns null.
Returns: Exception?